[INFO] cloning repository https://github.com/sh0rez/eos-stream
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sh0rez/eos-stream" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsh0rez%2Feos-stream", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsh0rez%2Feos-stream'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0814cdf8bcdc00a7701bb82250e2deae11a07aea
[INFO] fixing sh0rez/eos-stream against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsh0rez%2Feos-stream" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sh0rez/eos-stream
[INFO] finished tweaking git repo https://github.com/sh0rez/eos-stream
[INFO] tweaked toml for git repo https://github.com/sh0rez/eos-stream written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sh0rez/eos-stream on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sh0rez/eos-stream already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-mounts v0.3.0
[INFO] [stderr]   Downloaded partition-identity v0.3.1
[INFO] [stderr]   Downloaded macaddr v1.0.1
[INFO] [stderr]   Downloaded gphoto2 v3.2.3
[INFO] [stderr]   Downloaded libgphoto2_sys v1.2.2
[INFO] [stderr]   Downloaded usb-gadget v1.1.1
[INFO] [stderr]   Downloaded clap v4.5.2
[INFO] [stderr]   Downloaded anyhow v1.0.81
[INFO] [stderr]   Downloaded clap_derive v4.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8
[INFO] running `Command { std: "docker" "start" "a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling prettyplease v0.2.16
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling bindgen v0.65.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking strsim v0.11.0
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking nix v0.31.2
[INFO] [stderr]     Checking macaddr v1.0.1
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling clap_derive v4.5.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking partition-identity v0.3.1
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking proc-mounts v0.3.0
[INFO] [stderr]     Checking usb-gadget v1.1.1
[INFO] [stderr]     Checking clap v4.5.2
[INFO] [stderr]    Compiling libgphoto2_sys v1.2.2
[INFO] [stderr]    Compiling eos-uvc v0.2.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking gphoto2 v3.2.3
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.27s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8", kill_on_drop: false }`
[INFO] [stdout] a15b59d1b97a839e55e169154a17cc1e78213fe89543e05f6d1f7ecc903170a8
